home *** CD-ROM | disk | FTP | other *** search
- object MyForm: TMyForm
- Left = 212
- Top = 106
- Width = 435
- Height = 300
- Caption = 'MyForm'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 16
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 427
- Height = 273
- Align = alClient
- Alignment = taCenter
- Caption =
- 'This Form'#39's Placement will be saved and restored whenever it is ' +
- 'closed or opened'
- Transparent = True
- WordWrap = True
- end
- object Placement1: TPlacement
- IniFileName = 'MyForm.ini'
- Section = 'MyForm'
- Left = 8
- Top = 8
- end
- end
-